agents.anac.y2010.AgentFSEGA
Class ReverseBidComparator

java.lang.Object
  extended by agents.anac.y2010.AgentFSEGA.ReverseBidComparator
All Implemented Interfaces:
java.util.Comparator<Bid>

public class ReverseBidComparator
extends java.lang.Object
implements java.util.Comparator<Bid>


Constructor Summary
ReverseBidComparator(UtilitySpace pUsp)
           
 
Method Summary
 int compare(Bid b1, Bid b2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

ReverseBidComparator

public ReverseBidComparator(UtilitySpace pUsp)
Method Detail

compare

public int compare(Bid b1,
                   Bid b2)
Specified by:
compare in interface java.util.Comparator<Bid>